'Declaration Public Overloads Overrides Function GetImage( _
ByVal decodingSettingsDecoding settings, which are used for decoding the page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal imageLoadingProgressDelegate of image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
System.EventHandler<ProgressEventArgs> imageLoadingProgress
)
Parameters
- decodingSettings
- Decoding settings, which are used for decoding the page image.
- imageLoadingProgress
- Delegate of image loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
The image associated with this DibPage object if image was loaded successfully; null if image loading was canceled.